home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 41 / Amiga Format CD41 (1999-06)(Future Publishing)(GB)[!][issue 1999-07].iso / -seriously_amiga- / programming / other / gui4cli / readme.now < prev    next >
Text File  |  1999-04-29  |  3KB  |  80 lines

  1.  
  2.  
  3.                        *** Gui4Cli 3.7 ***
  4.  
  5.  Gui4Cli is an easy scripted language for creating & running GUIs.
  6.  
  7.         ++++ To start it up, click on the "DEMO" icon. ++++
  8.  
  9.  Version 3.7 has no changes which affect existing guis.
  10.  
  11.                           INSTALLATION
  12.  
  13.  Gui4Cli is made up of 2 files :
  14.  - Gui     : which is a loader for Gui4Cli and it's scripts, and
  15.  - Gui4Cli : which is the main program.
  16.  
  17.  All the other files are optional. 
  18.  
  19.  It is highly recommended that you click on the install icon and 
  20.  let Gui4Cli install itself fully, but if you want the minimum 
  21.  installation, you could copy the above two files in your c: 
  22.  directory and be done with it.
  23.  
  24.  You will not, however, be able to run most of the scripts and 
  25.  that would be a crying shame..
  26.  
  27.  The full installation will do the following :
  28.  1. Create a directory called Gui4Cli and copy Gui4Cli and all
  29.     the included scripts, manuals etc, into it.
  30.  2. Create an assignment to this directory, called GUIs:
  31.  3. Add the subdirectory GUIs:c to your default path
  32.  4. Add commands to you user-startup file for Nos 2&3 above.
  33.  5. Copy the Gui program to your c: directory.
  34.  That's it..
  35.  
  36.                          Gui4Cli Setup
  37.  
  38.  The GUIs: directory, where Gui4Cli will reside if you installed
  39.  it as recommended, has the following structure :
  40.  
  41.  - GUIs:C
  42.  This dir contains some small pure CLI commands which are used 
  43.  by the Dir.gc File Manager and other scripts. 
  44.  - GUIs:Dir
  45.  This is a full application (a file manager) written in Gui4Cli.
  46.  - GUIs:Docs
  47.  Contains the manuals for Gui4Cli and the tutorial scripts
  48.  - GUIs:Ext
  49.  Contains the extensions to Gui4Cli, which are programs that 
  50.  interface with Gui4Cli in various ways.
  51.  - GUIs:G4C
  52.  This is a directory where you can keep your own guis.
  53.  - GUIs:Tools
  54.  Contains various common scripts which are used by other guis and
  55.  which you can also use in your own guis. It also contains various
  56.  Icons, Images, ARexx scripts etc
  57.  
  58.  - The Gui "loader" will be copied to the c: directory
  59.  - Gui4Cli itself will be in GUIs:
  60.  
  61.                           IMPORTANT :
  62.  
  63.  Always start-up Gui4Cli using the c:gui program, as it will
  64.  make sure that Gui4Cli inherits your default system paths
  65.  even if started from the Workbench.
  66.  
  67.  Always set the default tool of your Gui4Cli script icons to
  68.  "GUI", so that they are started up by c:gui, which is smaller
  69.  and faster. You can also make c:gui resident, if you want.
  70.  
  71.  One of the best ways to start-up Gui4Cli is to write a small 
  72.  script, setting your favourite editor, output etc and save it
  73.  in your WBStartup drawer. Give the script an icon with the 
  74.  default tool set to GUI.
  75.  
  76.  
  77.  D. Keletsekis
  78.  April 99
  79.  dck@hol.gr
  80.